Home
last modified time | relevance | path

Searched refs:MakeShapeFromTensorShape (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensorrt/shape_fn/
Dtrt_shfn.cc49 c->MakeShapeFromTensorShape(input_shapes.at(i), &handle)); in TRTEngineOpShapeInference()
69 c->MakeShapeFromTensorShape(output_shapes.at(i), &handle)); in TRTEngineOpShapeInference()
/external/tensorflow/tensorflow/contrib/periodic_resample/ops/
Darray_ops.cc59 TF_RETURN_IF_ERROR(c->MakeShapeFromTensorShape( in __anon96b295990102()
150 TF_RETURN_IF_ERROR(c->MakeShapeFromTensorShape(original_shape, &s)); in __anon96b295990202()
/external/tensorflow/tensorflow/core/ops/
Dio_ops.cc123 c->MakeShapeFromTensorShape(parsed_slice_shape, &shape_handle)); in __anone43acdb40302()
237 c->MakeShapeFromTensorShape(parsed_slice_shape, &shape_handle)); in __anone43acdb40802()
/external/tensorflow/tensorflow/compiler/tf2xla/ops/
Dxla_ops.cc296 TF_RETURN_IF_ERROR(c->MakeShapeFromTensorShape(shape_attr, &s)); in __anonc06300730202()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference_test.cc1145 TEST_F(ShapeInferenceTest, MakeShapeFromTensorShape) { in TEST_F() argument
1151 TF_ASSERT_OK(c.MakeShapeFromTensorShape(TensorShape(), &out)); in TEST_F()
1153 TF_ASSERT_OK(c.MakeShapeFromTensorShape(TensorShape({0}), &out)); in TEST_F()
1155 TF_ASSERT_OK(c.MakeShapeFromTensorShape(TensorShape({0, 7, 1000}), &out)); in TEST_F()
Dshape_inference.h496 Status MakeShapeFromTensorShape(const TensorShape& shape, ShapeHandle* out);
Dshape_inference.cc934 Status InferenceContext::MakeShapeFromTensorShape(const TensorShape& shape, in MakeShapeFromTensorShape() function in tensorflow::shape_inference::InferenceContext
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer.cc363 TF_RETURN_IF_ERROR(context->MakeShapeFromTensorShape( in TransformGraphToAddAggregatedInputNode()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc459 status = context->MakeShapeFromTensorShape( in PropagateShapeInference()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1300 ic->MakeShapeFromTensorShape(t->shape(), &output_shape)); in UpdateOutputShapesAndValues()