Home
last modified time | relevance | path

Searched refs:IsExpensive (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dcontrol_flow_ops.h32 bool IsExpensive() override { return false; } in IsExpensive() function
43 bool IsExpensive() override { return false; } in IsExpensive() function
58 bool IsExpensive() override { return false; } in IsExpensive() function
71 bool IsExpensive() override { return false; } in IsExpensive() function
84 bool IsExpensive() override { return false; } in IsExpensive() function
97 bool IsExpensive() override { return false; } in IsExpensive() function
109 bool IsExpensive() override { return false; } in IsExpensive() function
126 bool IsExpensive() override;
Dstack.h45 bool IsExpensive() override;
64 bool IsExpensive() override;
71 bool IsExpensive() override;
Dshape_ops.h65 bool IsExpensive() override { return false; } in IsExpensive() function
95 bool IsExpensive() override { return false; } in IsExpensive() function
111 bool IsExpensive() override { return false; } in IsExpensive() function
134 bool IsExpensive() override { return false; } in IsExpensive() function
190 bool IsExpensive() override { return false; } in IsExpensive() function
261 bool IsExpensive() override { return false; } in IsExpensive() function
Dfunction_ops.h35 bool IsExpensive() override { return false; } in IsExpensive() function
50 bool IsExpensive() override { return false; } in IsExpensive() function
Dno_op.h27 bool IsExpensive() override { return false; } in IsExpensive() function
Dhost_constant_op.h32 bool IsExpensive() override { return false; } in IsExpensive() function
Didentity_op.h35 bool IsExpensive() override { return false; } in IsExpensive() function
Dimmutable_constant_op.h32 bool IsExpensive() override { return false; } in IsExpensive() function
Dguarantee_const_op.cc40 bool IsExpensive() override { return false; } in IsExpensive() function in tensorflow::__anon2d504c240111::GuaranteeConstOp
Dbcast_ops.cc54 bool IsExpensive() override { return false; } in IsExpensive() function in tensorflow::BCastArgsOp
104 bool IsExpensive() override { return false; } in IsExpensive() function in tensorflow::BCastGradArgsOp
Dconstant_op.h31 bool IsExpensive() override { return false; } in IsExpensive() function
Dstack.cc283 bool StackPushOp::IsExpensive() { return false; } in IsExpensive() function in tensorflow::StackPushOp
325 bool StackPopOp::IsExpensive() { return false; } in IsExpensive() function in tensorflow::StackPopOp
338 bool StackCloseOp::IsExpensive() { return false; } in IsExpensive() function in tensorflow::StackCloseOp
Didentity_n_op.h39 bool IsExpensive() override { return false; } in IsExpensive() function
Dserialize_sparse_op.cc51 bool IsExpensive() override;
98 bool SerializeSparseOp<tstring>::IsExpensive() { in IsExpensive() function in tensorflow::__anonde50c1170111::SerializeSparseOp
102 bool SerializeSparseOp<Variant>::IsExpensive() { in IsExpensive() function in tensorflow::__anonde50c1170111::SerializeSparseOp
Dresource_variable_ops.h55 bool IsExpensive() override { return false; } in IsExpensive() function
Dremote_fused_graph_execute_op.cc123 bool IsExpensive() final { return true; } in IsExpensive() function in tensorflow::RemoteFusedGraphExecuteOp
/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion_test.cc33 : InstructionFusion(InstructionFusion::IsExpensive) { in InstructionFusionForTesting()
133 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
163 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
193 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
229 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
262 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
299 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
332 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
360 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
385 InstructionFusion(InstructionFusion::IsExpensive, /*may_duplicate=*/true) in TEST_F()
[all …]
Dinstruction_fusion.h59 static bool IsExpensive(const HloInstruction& instruction);
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DMatchers.h26 llvm::Optional<bool> IsExpensive = in AST_MATCHER() local
28 return IsExpensive && *IsExpensive; in AST_MATCHER()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinstruction_fusion.h30 : InstructionFusion(GpuInstructionFusion::IsExpensive, may_duplicate) {} in GpuInstructionFusion()
32 static bool IsExpensive(const HloInstruction& instruction);
Dinstruction_fusion.cc39 /*static*/ bool GpuInstructionFusion::IsExpensive( in IsExpensive() function in xla::gpu::GpuInstructionFusion
54 return InstructionFusion::IsExpensive(instruction); in IsExpensive()
Dinstruction_fusion_test.cc600 EXPECT_FALSE(GpuInstructionFusion::IsExpensive(*div)); in TEST_F()
601 EXPECT_TRUE(GpuInstructionFusion::IsExpensive(*rem)); in TEST_F()
618 EXPECT_FALSE(GpuInstructionFusion::IsExpensive(*div)); in TEST_F()
619 EXPECT_FALSE(GpuInstructionFusion::IsExpensive(*rem)); in TEST_F()
639 EXPECT_FALSE(GpuInstructionFusion::IsExpensive(*div)); in TEST_F()
640 EXPECT_FALSE(GpuInstructionFusion::IsExpensive(*rem)); in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dno_op.cc27 bool IsExpensive() override { return false; } in IsExpensive() function in tensorflow::__anonf9647a710111::NoOp
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.h30 : InstructionFusion(CpuInstructionFusion::IsExpensive) {} in CpuInstructionFusion()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_identity_op.cc51 bool IsExpensive() override { return false; } in IsExpensive() function in tensorflow::MklIdentityOp

12