Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dresult_caster.cc50 const Shape& inferred_shape = status_or_inferred_shape.ValueOrDie().value(); in InstructionMatchesPattern() local
57 Shape inferred_shape = MaybeInferShape(instruction).ValueOrDie().value(); in ExpandInstruction() local
Doperand_upcaster.cc50 const Shape& inferred_shape = status_or_inferred_shape.ValueOrDie().value(); in InstructionMatchesPattern() local
Dshape_inference_test.cc468 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
514 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
560 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
838 Shape inferred_shape = inferred_status.ValueOrDie(); in Pass() local
2117 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
2135 Shape inferred_shape = inferred_status.ValueOrDie(); in TEST_F() local
2206 Shape inferred_shape = inferred_shape_and_status.ValueOrDie(); in TEST_F() local
2216 Shape inferred_shape = inferred_shape_and_status.ValueOrDie(); in TEST_F() local
2451 Shape inferred_shape = statusor.ValueOrDie(); in TEST_F() local
Dshape_inference.cc3070 Shape inferred_shape = ShapeUtil::MakeShape( in InferDynamicReshapeShape() local
3088 Shape inferred_shape = in InferReshapeShape() local
Dhlo_verifier.cc1701 const Shape& inferred_shape, in CheckShape()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util.cc334 [](const InferredShape& inferred_shape) { in PerformStaticShapeInferenceBeforeEncapsulation()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_compile.cc155 for (const auto& inferred_shape : output_shapes) { in ConvertGraphShapeInfoToShapeMap() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc658 for (const auto& inferred_shape : output_shapes) { in GetGraph() local
681 for (const auto& inferred_shape : output_shapes) { in GetGraph() local
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc76 gtl::InlinedVector<int64_t, 4> inferred_shape; member
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_functional_ops.cc442 InferredShape inferred_shape = {partial_tensor_shape}; in GetInputOutputInfo() local
2055 InferredShape inferred_shape = {partial_tensor_shape}; in InferShapesWithResourceVar() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1237 bool CompatibleShapes(ShapeHandle inferred_shape, in CompatibleShapes()
1266 bool SameShapes(ShapeHandle inferred_shape, in SameShapes()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc1234 const PartialTensorShape& inferred_shape, int replica_id, in CreateConcatNodesForRetval()
3218 auto inferred_shape = arg_shapes[orig_arg_num]; in CreateOrGetPerHostVariableCopy() local