Home
last modified time | relevance | path

Searched refs:InOutTypesForNode (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_compatibility_test.cc53 TF_ASSERT_OK(InOutTypesForNode(*node_def(), old_op_def, &old_in_types, in ExpectSuccess()
63 TF_ASSERT_OK(InOutTypesForNode(*node_def(), *new_op_def, &new_in_types, in ExpectSuccess()
109 TF_ASSERT_OK(InOutTypesForNode(*node_def(), old_op_def, &old_in_types, in ExpectInvalid()
133 TF_ASSERT_OK(InOutTypesForNode(*node_def(), old_op_def, &old_in_types, in ExpectTypeMismatch()
144 TF_ASSERT_OK(InOutTypesForNode(*node_def(), *new_op_def, &new_in_types, in ExpectTypeMismatch()
Dmemory_types.cc91 InOutTypesForNode(ndef, *op_def, &inp_dtypes, &out_dtypes)); in MemoryTypesForNode()
Dnode_def_util.cc448 Status InOutTypesForNode(const NodeDef& node_def, const OpDef& op_def, in InOutTypesForNode() function
544 TF_RETURN_IF_ERROR(InOutTypesForNode(node_def, op_def, &inputs, &outputs)); in ValidateNodeDef()
Dnode_def_util.h273 Status InOutTypesForNode(const NodeDef& node_def, const OpDef& op_def,
Dnode_def_builder_test.cc65 InOutTypesForNode(node_def, builder.op_def(), &in_types, &out_types); in ExpectSuccess()
Dop_kernel.cc1307 s.Update(InOutTypesForNode(node_def, *op_def, &inputs, &outputs)); in CreateOpKernel()
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc159 InOutTypesForNode(props_->node_def, *(props_->op_def), &inputs, &outputs); in UpdateProperties()
413 status->Update(InOutTypesForNode(node_def, *op_def, &inputs, &outputs)); in AddNode()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc101 InOutTypesForNode(ndef, *op_def, &input_dtypes_, &output_dtypes_)); in Init()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.cc591 TF_RETURN_IF_ERROR(InOutTypesForNode(node_def, *op_def, inputs, outputs)); in GetInOutTypes()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer.cc209 TF_RETURN_IF_ERROR(InOutTypesForNode(*node, op_reg_data->op_def, &input_types, in HandleInvariantNode()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1078 TF_RETURN_IF_ERROR(InOutTypesForNode(*node, node_ctx.op_data->op_def, in AddNode()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc226 InOutTypesForNode(*test_def, *op_def, &input_types, &output_types)); in BuildGraph()