/external/tensorflow/tensorflow/contrib/predictor/ |
D | saved_model_predictor.py | 88 input_names, argument 116 input_names=None, argument
|
D | predictor_factories.py | 111 input_names=None, argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | save_op.cc | 56 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
|
D | remote_fused_graph_execute_utils_test.cc | 176 void SetSubgraphArguments(const std::vector<string>& input_names, in SetSubgraphArguments()
|
/external/tensorflow/tensorflow/contrib/meta_graph_transform/ |
D | meta_graph_transform.py | 74 def _gtt_transforms(graph_def, input_names, output_names, initializer_names, argument 189 def _sparsify_gather_transform(graph_def, input_names, output_names, argument 268 input_names, argument 716 base_meta_graph_def, input_names, output_names, transforms, tags, argument
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | fold_constants_lib.cc | 121 std::unordered_set<string> input_names; in RewriteInputsAsPlaceholders() local 152 std::unordered_set<TensorId, TensorId::Hasher> input_names; in RemoveUnusedNodes() local 242 std::vector<TensorId> input_names; in FoldConstants() local
|
D | transform_utils.h | 223 std::vector<string> input_names; member
|
D | quantize_nodes.cc | 196 std::set<string> input_names(context.input_names.begin(), in MergeDuplicateNodes() local
|
D | quantize_nodes_test.cc | 73 std::vector<string> input_names; in TestTransformedVersusFloatGraph() local
|
/external/tensorflow/tensorflow/core/debug/ |
D | debugger_state_impl.cc | 43 const int64 executor_step_index, const std::vector<string>& input_names, in PublishDebugMetadata()
|
D | debug_io_utils.cc | 329 const int64 executor_step_index, const std::vector<string>& input_names, in PublishDebugMetadata()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | session.cc | 38 Status Session::PRunSetup(const std::vector<string>& input_names, in PRunSetup()
|
D | graph_runner.cc | 131 std::vector<string> input_names; in Run() local
|
D | direct_session.cc | 438 std::vector<string> input_names(callable_options.feed().begin(), in CreateDebuggerState() local 834 Status DirectSession::PRunSetup(const std::vector<string>& input_names, in PRunSetup()
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | signature.cc | 260 const std::vector<string>& input_names, in BindGenericNames()
|
D | signature_test.cc | 682 const std::vector<string> input_names = {"logical_B", "logical_A"}; in TEST_F() local 691 const std::vector<string> input_names = {"logical_B", "logical_MISSING"}; in TEST_F() local
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 254 const std::vector<string>& input_names, in RecordPRunSetup() 448 Status SessionRef::PRunSetup(const std::vector<string>& input_names, in PRunSetup()
|
D | tf_session_helper.cc | 72 NameVector input_names; in TF_Run_wrapper_helper() local 325 const NameVector& input_names, in TF_PRunSetup_wrapper()
|
/external/vixl/tools/test_generator/ |
D | generator.py | 137 def __init__(self, name, seed, operand_names, input_names, operand_filter, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | while_v2.py | 833 def _resource_input_index(self, tensor_name, input_names, node_defs, argument
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session.cc | 298 Status GrpcSession::PRunSetup(const std::vector<string>& input_names, in PRunSetup()
|
/external/adhd/cras/src/server/ |
D | cras_alsa_mixer.c | 686 static const char * const input_names[] = { in cras_alsa_mixer_add_controls_by_name_matching() local
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 1757 std::vector<string> input_names; in CreateDebuggerState() local 2045 MasterSession::RunState::RunState(const std::vector<string>& input_names, in RunState()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 928 std::vector<string> input_names(ninputs); in TF_PRunSetup() local 2732 std::vector<string> input_names(ninputs); in TF_SessionPRunSetup() local
|