Home
last modified time | relevance | path

Searched defs:input_names (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/contrib/predictor/
Dsaved_model_predictor.py93 input_names, argument
121 input_names=None, argument
/external/tensorflow/tensorflow/core/kernels/
Dsave_op.cc56 static const char* input_names[3] = {"basename", "shard", "num_shards"}; in Compute() local
79 static const char* input_names[2] = {"basename", "num_shards"}; in Compute() local
Dremote_fused_graph_execute_utils_test.cc175 void SetSubgraphArguments(const std::vector<string>& input_names, in SetSubgraphArguments()
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
Dmeta_graph_transform.py70 def _gtt_transforms(graph_def, input_names, output_names, initializer_names, argument
185 def _sparsify_gather_transform(graph_def, input_names, output_names, argument
264 input_names, argument
706 base_meta_graph_def, input_names, output_names, transforms, tags, argument
/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.cc40 const int64 executor_step_index, const std::vector<string>& input_names, in PublishDebugMetadata()
Ddebug_io_utils.cc326 const int64 executor_step_index, const std::vector<string>& input_names, in PublishDebugMetadata()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_lib.cc128 std::unordered_set<TensorId, TensorId::Hasher> input_names; in RemoveUnusedNodes() local
217 std::vector<TensorId> input_names; in FoldConstants() local
Dtransform_utils.h223 std::vector<string> input_names; member
Dquantize_nodes.cc197 std::set<string> input_names(context.input_names.begin(), in MergeDuplicateNodes() local
Dquantize_nodes_test.cc73 std::vector<string> input_names; in TestTransformedVersusFloatGraph() local
/external/tensorflow/tensorflow/core/common_runtime/
Dsession.cc38 Status Session::PRunSetup(const std::vector<string>& input_names, in PRunSetup()
Dgraph_runner.cc133 std::vector<string> input_names; in Run() local
Ddirect_session.cc413 int64 executor_step_index, const std::vector<string>& input_names, in CreateDebuggerState()
712 Status DirectSession::PRunSetup(const std::vector<string>& input_names, in PRunSetup()
/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.cc58 NameVector input_names; in TF_Run_wrapper_helper() local
161 const NameVector& input_names, in TF_PRunSetup_wrapper()
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsignature.cc260 const std::vector<string>& input_names, in BindGenericNames()
Dsignature_test.cc678 const std::vector<string> input_names = {"logical_B", "logical_A"}; in TEST_F() local
687 const std::vector<string> input_names = {"logical_B", "logical_MISSING"}; in TEST_F() local
/external/vixl/tools/test_generator/
Dgenerator.py137 def __init__(self, name, seed, operand_names, input_names, operand_filter, argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc287 Status GrpcSession::PRunSetup(const std::vector<string>& input_names, in PRunSetup()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1557 std::vector<string> input_names; in CreateDebuggerState() local
1705 MasterSession::RunState::RunState(const std::vector<string>& input_names, in RunState()
/external/adhd/cras/src/server/
Dcras_alsa_mixer.c686 static const char * const input_names[] = { in cras_alsa_mixer_add_controls_by_name_matching() local
/external/tensorflow/tensorflow/contrib/tensorrt/convert/
Dconvert_nodes.cc1440 std::vector<string> input_names; in ConvertSubGraphToTensorRTNodeDef() local
/external/tensorflow/tensorflow/c/
Dc_api.cc827 std::vector<string> input_names(ninputs); in TF_PRunSetup() local
2617 std::vector<string> input_names(ninputs); in TF_SessionPRunSetup() local