Home
last modified time | relevance | path

Searched refs:MergeInputHandleShapesAndTypes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dtpu_replication_ops.cc63 (void)c->MergeInputHandleShapesAndTypes(i, *shapes_and_types); in __anon576f0cae0102()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h578 bool MergeInputHandleShapesAndTypes(
Dshape_inference_test.cc1625 return c.MergeInputHandleShapesAndTypes(idx, shapes_and_types); in TestMergeHandles()
1709 TEST_F(ShapeInferenceTest, MergeInputHandleShapesAndTypes) { in TEST_F() argument
Dshape_inference.cc1244 bool InferenceContext::MergeInputHandleShapesAndTypes( in MergeInputHandleShapesAndTypes() function in tensorflow::shape_inference::InferenceContext
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc371 node_context->MergeInputHandleShapesAndTypes(dst_input, *outputs)) { in UpdateNode()