Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc119 if (!xla::ShapeUtil::DynamicShapeIsCompatible(then_result.xla_output_shape, in ValidateShapes()
121 !xla::ShapeUtil::DynamicShapeIsCompatible(else_result.xla_output_shape, in ValidateShapes()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_execute.cc169 bool DynamicShapeIsCompatible(const xla::Shape& dynamic_shape, in DynamicShapeIsCompatible() function
225 DynamicShapeIsCompatible(runtime_shape, compile_time_shape)); in UpdateDynamicInputs()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_transfer_manager.cc185 TF_RET_CHECK(ShapeUtil::DynamicShapeIsCompatible(*device_shape, in ReadDynamicShapes()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_xfeed.cc313 TF_RET_CHECK(ShapeUtil::DynamicShapeIsCompatible(*device_shape, in ReadDynamicShapesOnCpu()
Dcpu_executable.cc335 ShapeUtil::DynamicShapeIsCompatible(actual_shape, expected_shape)) in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc46 if (!ShapeUtil::DynamicShapeIsCompatible(input_shape, dynamic_shape)) { in SetDynamicShape()
Dtransfer_manager.cc246 TF_RET_CHECK(ShapeUtil::DynamicShapeIsCompatible(*device_shape, in ReadDynamicShapes()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h614 static bool DynamicShapeIsCompatible(const xla::Shape& dynamic_shape,
Dshape_util.cc1608 /* static */ bool ShapeUtil::DynamicShapeIsCompatible( in DynamicShapeIsCompatible() function in xla::ShapeUtil
Dliteral.cc701 CHECK(ShapeUtil::DynamicShapeIsCompatible(compact_shape, bound_shape)) in CopyFrom()