Home
last modified time | relevance | path

Searched defs:inferred_shape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc441 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
487 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
533 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
628 Shape inferred_shape = inferred_status.ValueOrDie(); in Pass() local
1705 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
1723 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
1794 Shape inferred_shape = inferred_shape_and_status.ValueOrDie(); in TEST_F() local
1804 Shape inferred_shape = inferred_shape_and_status.ValueOrDie(); in TEST_F() local
2016 Shape inferred_shape = statusor.ValueOrDie(); in TEST_F() local
Dhlo_verifier.cc1036 const Shape& inferred_shape, in CheckShape()
Dshape_inference.cc2805 Shape inferred_shape = in InferReshapeShape() local
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util.cc336 [](const InferredShape& inferred_shape) { in PerformStaticShapeInferenceBeforeEncapsulation()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc73 gtl::InlinedVector<int64, 4> inferred_shape; member
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1037 bool CompatibleShapes(ShapeHandle inferred_shape, in CompatibleShapes()
1066 bool SameShapes(ShapeHandle inferred_shape, in SameShapes()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc662 for (const auto& inferred_shape : output_shapes) { in GetGraph() local