MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Vector

Method Vector

tensorflow/core/framework/shape_inference.cc:768–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766ShapeHandle InferenceContext::Scalar() { return MakeShape({}); }
767
768ShapeHandle InferenceContext::Vector(DimensionOrConstant dim) {
769 return MakeShape({dim});
770}
771
772ShapeHandle InferenceContext::Matrix(DimensionOrConstant dim1,
773 DimensionOrConstant dim2) {

Callers 15

model_ops.ccFile · 0.80
stats_ops.ccFile · 0.80
quantile_ops.ccFile · 0.80
model_ops.ccFile · 0.80
prediction_ops.ccFile · 0.80
resampler_ops.ccFile · 0.80
libsvm_ops.ccFile · 0.80

Calls 1

MakeShapeFunction · 0.85

Tested by 2

AddTfOpMethod · 0.64
TEST_FFunction · 0.64